-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.16: keep console v1.24 #4500
Conversation
I am concerned about how CI fails... |
Sorry, I missed that environments using Ruby 2 had been using the console gem version 1.19.0. |
It seems |
console gem v1.25 causes LoadError because it has changed some namepaths (#4487). v1.25 has been supported on the master branch at b15cda4, but on v1.16, we should keep v1.24 to prioritize stability. Signed-off-by: Daijiro Fukuda <[email protected]>
a9a6241
to
f493c71
Compare
I'm going to check if it has anything to do with vulnerability. |
I have confirmed this has nothing to do with vulnerability. Let's keep console |
I have made a PR for this: |
Which issue(s) this PR fixes:
What this PR does / why we need it:
console gem v1.25 causes LoadError because it has changed some namepaths (#4487).
v1.25 has been supported on the master branch at #4492, but on v1.16, we should keep v1.24 to prioritize stability.
Docs Changes:
Not needed.
Release Note:
Not needed since there is no specification change.